home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-05 | 3.2 KB | 70 lines | [TEXT/R*ch] |
- # manconf.cfg - Analog mandatory configuration file
- # Configuration options for all reports, can't be over-riden in Analog.cfg
- #
- # Look at the Readme.html file or goto
- # http://www.statslab.cam.ac.uk/~sret1/analog/
- # or the lattest Macintosh version page
- # http://summary.net/soft/analog.html for more information.
- #
- REQHASHSIZE 1009
- # the size of the hash table for URLs; must be odd, should be prime.
- # too small will make the program slower; too big might use a bit
- # more memory and be slightly less efficient. Maybe half the number
- # of URLs expected, but it shouldn't be at all critical. There is a list
- # of primes in the file primes.tab
- DIRHASHSIZE 97 # ditto for directories
- TYPEHASHSIZE 97 # and for filetypes
- HOSTHASHSIZE 3079 # ditto for all hostnames that have accessed us
- SUBDOMHASHSIZE 503 # and again for all subdomains we want to analyse
- REFHASHSIZE 659 # and again for all URLs that have referenced our site
- BROWHASHSIZE 97 # and for all makes of browser
- FULLBROWHASHSIZE 659 # and for all browsers, distinguishing different versions etc.
- DNSHASHSIZE 3079 # and for DNS lookup cache entries
- #
- # Major service providers that have unique names for each user connection
- # This list is by no means complete and some people will want to turn it off
- #
- HOSTALIAS *.proxy.aol.com proxy.aol.com
- HOSTALIAS *.ix.netcom.com ix.netcom.com
- HOSTALIAS *.netline.net netline.net
- HOSTALIAS *.dynip.alter.net dynip.alter.net
- HOSTALIAS *.ms.uu.net ms.uu.net
- HOSTALIAS *.compuserve.com compuserve.com
- HOSTALIAS *.pipeline.com pipeline.com
- HOSTALIAS *.dial-access.att.net dial-access.att.net
- HOSTALIAS *.mhv.net mhv.net
- HOSTALIAS *-ext.prodigy.com ext.prodigy.com
- HOSTALIAS *.austin.io.com austin.io.com
- HOSTALIAS *.cis.upenn.edu cis.upenn.edu
- HOSTALIAS *.erols.com erols.com
- HOSTALIAS tide*.microsoft.com tide.microsoft.com
- HOSTALIAS ip-pdx*.teleport.com ip-pdx.teleport.com
- HOSTALIAS *.concentric.net concentric.net
- HOSTALIAS *.earthlink.net earthlink.net
- HOSTALIAS *.epix.net client.epix.net
- HOSTALIAS *.midwest.net client.midwest.net
- HOSTALIAS pburg*.planet.net pburg.planet.net
- #
- # Major search engines and service providers that have many names for
- # their service
- #
- REFALIAS http://guide-p.infoseek.com*Titles http://guide-p.infoseek.com/Titles/
- REFALIAS http://guide-p.infoseek.com*DB http://guide-p.infoseek.com/DB/
- REFALIAS http://www?.infoseek.com*Titles http://guide-p.infoseek.com/Titles/
- REFALIAS http://altavista.digital.com/* http://www.altavista.digital.com/*
- REFALIAS http://search.yahoo.com/* http://search.yahoo.com/
- REFALIAS http://www.yahoo.com/text/* http://www.yahoo.com/*
- REFALIAS http://msn.yahoo.com/msn/* http://www.yahoo.com/*
- REFALIAS http://gnn.yahoo.com/gnn/* http://www.yahoo.com/*
- REFALIAS http://members.aol.com/* http://users.aol.com/*
- REFALIAS http://www.webcrawler.com/* http://webcrawler.com/*
- REFALIAS http://*.lycos.com/cgi-bin/pursuit http://www.lycos.com/cgi-bin/pursuit
- REFALIAS http://www?.metacrawler.com/cgi-bin/nph-query http://www.metacrawler.com/cgi-bin/nph-query
- REFALIAS http://*excite.com/search.gw http://www.excite.com/search.gw
- #
- # Browser name translations in the summary report
- #
- BROWOUTPUTALIAS Mozilla Netscape
- BROWOUTPUTALIAS "Mozilla (compatible)" "Netscape (compatible)"
- BROWOUTPUTALIAS IWENG AOL
-